home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_ADDRPROPERTY / TDLG_ADDRPROPERTY.txt
Text File  |  2002-07-04  |  18KB  |  809 lines

  1. object Dlg_AddrProperty: TDlg_AddrProperty
  2.   Left = 216
  3.   Top = 181
  4.   BorderStyle = bsDialog
  5.   Caption = 'Address'
  6.   ClientHeight = 392
  7.   ClientWidth = 584
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PC: TPageControl
  23.     Left = 12
  24.     Top = 10
  25.     Width = 561
  26.     Height = 340
  27.     ActivePage = tsOffice
  28.     HotTrack = True
  29.     TabOrder = 0
  30.     object tsGeneral: TTabSheet
  31.       Caption = 'General  '
  32.       object ImgGeneral: TImage
  33.         Left = 16
  34.         Top = 12
  35.         Width = 41
  36.         Height = 41
  37.         Transparent = True
  38.       end
  39.       object Bevel1: TBevel
  40.         Left = 12
  41.         Top = 60
  42.         Width = 521
  43.         Height = 2
  44.       end
  45.       object Label1: TLabel
  46.         Left = 80
  47.         Top = 24
  48.         Width = 235
  49.         Height = 13
  50.         Caption = 'Input the person'#39's Name and E-Mail address here.'
  51.       end
  52.       object Label6: TLabel
  53.         Left = 16
  54.         Top = 84
  55.         Width = 31
  56.         Height = 13
  57.         Caption = '&Name:'
  58.         FocusControl = gnE_Name
  59.       end
  60.       object Label7: TLabel
  61.         Left = 16
  62.         Top = 120
  63.         Width = 73
  64.         Height = 13
  65.         Caption = 'E-&Mail Address:'
  66.         FocusControl = gnE_Email
  67.       end
  68.       object gnE_Name: TEdit
  69.         Left = 128
  70.         Top = 80
  71.         Width = 173
  72.         Height = 21
  73.         TabOrder = 0
  74.         Text = 'gnE_Name'
  75.       end
  76.       object gnE_Email: TEdit
  77.         Left = 128
  78.         Top = 115
  79.         Width = 277
  80.         Height = 21
  81.         TabOrder = 1
  82.         Text = 'gnE_Email'
  83.         OnChange = gnE_EmailChange
  84.       end
  85.       object btnAdd: TButton
  86.         Left = 424
  87.         Top = 112
  88.         Width = 105
  89.         Height = 25
  90.         Caption = '&Add'
  91.         TabOrder = 2
  92.         OnClick = btnAddClick
  93.       end
  94.       object btnEdit: TButton
  95.         Left = 424
  96.         Top = 152
  97.         Width = 105
  98.         Height = 25
  99.         Caption = '&Edit'
  100.         TabOrder = 3
  101.         OnClick = btnEditClick
  102.       end
  103.       object btnRemove: TButton
  104.         Left = 424
  105.         Top = 192
  106.         Width = 105
  107.         Height = 25
  108.         Caption = '&Remove'
  109.         TabOrder = 4
  110.         OnClick = btnRemoveClick
  111.       end
  112.       object btnDefault: TButton
  113.         Left = 424
  114.         Top = 232
  115.         Width = 105
  116.         Height = 25
  117.         Caption = '&Set default'
  118.         TabOrder = 5
  119.         OnClick = btnDefaultClick
  120.       end
  121.       object gnL_Email: TZListBox
  122.         Tag = 1
  123.         Left = 16
  124.         Top = 152
  125.         Width = 389
  126.         Height = 105
  127.         ItemHeight = 13
  128.         Style = lbOwnerDrawFixed
  129.         TabOrder = 6
  130.         OnDblClick = gnL_EmailDblClick
  131.         OnDrawItem = gnL_EmailDrawItem
  132.       end
  133.     end
  134.     object tsPersonal: TTabSheet
  135.       Caption = 'Personal '
  136.       object ImgPersonal: TImage
  137.         Left = 16
  138.         Top = 12
  139.         Width = 41
  140.         Height = 41
  141.         Transparent = True
  142.       end
  143.       object Label2: TLabel
  144.         Left = 80
  145.         Top = 24
  146.         Width = 210
  147.         Height = 13
  148.         Caption = 'Input the person'#39's Personal Information here.'
  149.       end
  150.       object Bevel2: TBevel
  151.         Left = 12
  152.         Top = 60
  153.         Width = 521
  154.         Height = 2
  155.       end
  156.       object lblMibil: TLabel
  157.         Left = 16
  158.         Top = 78
  159.         Width = 68
  160.         Height = 13
  161.         Caption = '&Mobile Phone:'
  162.         FocusControl = prE_Mobile
  163.       end
  164.       object lblPNum: TLabel
  165.         Left = 16
  166.         Top = 121
  167.         Width = 71
  168.         Height = 13
  169.         Caption = '&Pager Number:'
  170.         FocusControl = prE_PagerNum
  171.       end
  172.       object lblOICQ: TLabel
  173.         Left = 16
  174.         Top = 163
  175.         Width = 29
  176.         Height = 13
  177.         Caption = '&OICQ:'
  178.         FocusControl = prE_OICQ
  179.       end
  180.       object lblICQ: TLabel
  181.         Left = 16
  182.         Top = 206
  183.         Width = 21
  184.         Height = 13
  185.         Caption = '&ICQ:'
  186.         FocusControl = prE_ICQ
  187.       end
  188.       object lblHPage: TLabel
  189.         Left = 16
  190.         Top = 249
  191.         Width = 56
  192.         Height = 13
  193.         Caption = '&HomePage:'
  194.         FocusControl = prE_HomePage
  195.       end
  196.       object lblSex: TLabel
  197.         Left = 289
  198.         Top = 80
  199.         Width = 21
  200.         Height = 13
  201.         Caption = '&Sex:'
  202.         FocusControl = prCb_Sex
  203.       end
  204.       object lblBirthday: TLabel
  205.         Left = 289
  206.         Top = 119
  207.         Width = 41
  208.         Height = 13
  209.         Caption = '&Birthday:'
  210.         FocusControl = prBirthday
  211.       end
  212.       object lblInterest: TLabel
  213.         Left = 289
  214.         Top = 163
  215.         Width = 38
  216.         Height = 13
  217.         Caption = 'I&nterest:'
  218.         FocusControl = prM_Interest
  219.       end
  220.       object btnHomepage: TSpeedButton
  221.         Left = 512
  222.         Top = 245
  223.         Width = 21
  224.         Height = 21
  225.         Hint = 'Go to this page.'
  226.         Flat = True
  227.         Layout = blGlyphRight
  228.         Spacing = 0
  229.         OnClick = btnHomepageClick
  230.       end
  231.       object prE_Mobile: TEdit
  232.         Left = 92
  233.         Top = 75
  234.         Width = 163
  235.         Height = 21
  236.         TabOrder = 0
  237.         Text = 'prE_Mobile'
  238.       end
  239.       object prE_PagerNum: TEdit
  240.         Left = 92
  241.         Top = 117
  242.         Width = 163
  243.         Height = 21
  244.         TabOrder = 1
  245.         Text = 'prE_PagerNum'
  246.       end
  247.       object prE_OICQ: TEdit
  248.         Left = 92
  249.         Top = 160
  250.         Width = 163
  251.         Height = 21
  252.         TabOrder = 2
  253.         Text = 'prE_OICQ'
  254.       end
  255.       object prE_ICQ: TEdit
  256.         Left = 92
  257.         Top = 202
  258.         Width = 163
  259.         Height = 21
  260.         TabOrder = 3
  261.         Text = 'prE_ICQ'
  262.       end
  263.       object prE_HomePage: TEdit
  264.         Left = 92
  265.         Top = 245
  266.         Width = 414
  267.         Height = 21
  268.         TabOrder = 7
  269.         Text = 'http://'
  270.       end
  271.       object prM_Interest: TMemo
  272.         Left = 364
  273.         Top = 159
  274.         Width = 166
  275.         Height = 66
  276.         ScrollBars = ssVertical
  277.         TabOrder = 5
  278.       end
  279.       object prBirthday: TDateTimePicker
  280.         Left = 364
  281.         Top = 117
  282.         Width = 166
  283.         Height = 21
  284.         CalAlignment = dtaLeft
  285.         Date = 36524.447949768520000000
  286.         Time = 36524.447949768520000000
  287.         ShowCheckbox = True
  288.         DateFormat = dfLong
  289.         DateMode = dmComboBox
  290.         Kind = dtkDate
  291.         ParseInput = False
  292.         TabOrder = 6
  293.       end
  294.       object prCb_Sex: TComboBox
  295.         Left = 364
  296.         Top = 75
  297.         Width = 166
  298.         Height = 21
  299.         Style = csDropDownList
  300.         ItemHeight = 13
  301.         TabOrder = 4
  302.         Items.Strings = (
  303.           ''
  304.           'Male'
  305.           'Female')
  306.       end
  307.     end
  308.     object tsFamily: TTabSheet
  309.       Caption = 'Family '
  310.       object ImgFamily: TImage
  311.         Left = 16
  312.         Top = 12
  313.         Width = 41
  314.         Height = 41
  315.         Transparent = True
  316.       end
  317.       object Label3: TLabel
  318.         Left = 80
  319.         Top = 24
  320.         Width = 197
  321.         Height = 13
  322.         Caption = 'Input the person'#39's Home Information here.'
  323.       end
  324.       object Bevel3: TBevel
  325.         Left = 12
  326.         Top = 60
  327.         Width = 521
  328.         Height = 2
  329.       end
  330.       object lblCountry: TLabel
  331.         Left = 16
  332.         Top = 78
  333.         Width = 39
  334.         Height = 13
  335.         Caption = '&Country:'
  336.         FocusControl = fmE_Country
  337.       end
  338.       object lblProvince: TLabel
  339.         Left = 16
  340.         Top = 121
  341.         Width = 45
  342.         Height = 13
  343.         Caption = '&Province:'
  344.         FocusControl = fmE_Province
  345.       end
  346.       object lblCity: TLabel
  347.         Left = 16
  348.         Top = 163
  349.         Width = 20
  350.         Height = 13
  351.         Caption = 'C&ity:'
  352.         FocusControl = fmE_City
  353.       end
  354.       object lblPostCode: TLabel
  355.         Left = 16
  356.         Top = 206
  357.         Width = 49
  358.         Height = 13
  359.         Caption = 'P&ostCode:'
  360.         FocusControl = fmE_PostCode
  361.       end
  362.       object lblStreetAdd: TLabel
  363.         Left = 16
  364.         Top = 249
  365.         Width = 69
  366.         Height = 13
  367.         Caption = '&StreetAddress:'
  368.         FocusControl = fmE_StreetAddr
  369.       end
  370.       object lblTelephone1: TLabel
  371.         Left = 289
  372.         Top = 80
  373.         Width = 60
  374.         Height = 13
  375.         Caption = '&Telephone1:'
  376.         FocusControl = fmE_Telephone1
  377.       end
  378.       object lblTelephone2: TLabel
  379.         Left = 289
  380.         Top = 119
  381.         Width = 60
  382.         Height = 13
  383.         Caption = 'T&elephone2:'
  384.         FocusControl = fmE_Telephone2
  385.       end
  386.       object lblFax: TLabel
  387.         Left = 289
  388.         Top = 163
  389.         Width = 20
  390.         Height = 13
  391.         Caption = '&Fax:'
  392.         FocusControl = fmE_Fax
  393.       end
  394.       object fmE_Country: TEdit
  395.         Left = 92
  396.         Top = 75
  397.         Width = 163
  398.         Height = 21
  399.         TabOrder = 0
  400.         Text = 'fmE_Country'
  401.       end
  402.       object fmE_Province: TEdit
  403.         Left = 92
  404.         Top = 117
  405.         Width = 163
  406.         Height = 21
  407.         TabOrder = 1
  408.         Text = 'fmE_Province'
  409.       end
  410.       object fmE_City: TEdit
  411.         Left = 92
  412.         Top = 160
  413.         Width = 163
  414.         Height = 21
  415.         TabOrder = 2
  416.         Text = 'fmE_City'
  417.       end
  418.       object fmE_PostCode: TEdit
  419.         Left = 92
  420.         Top = 202
  421.         Width = 163
  422.         Height = 21
  423.         TabOrder = 3
  424.         Text = 'fmE_PostCode'
  425.       end
  426.       object fmE_StreetAddr: TEdit
  427.         Left = 92
  428.         Top = 245
  429.         Width = 433
  430.         Height = 21
  431.         TabOrder = 4
  432.         Text = 'fmE_StreetAddr'
  433.       end
  434.       object fmE_Fax: TEdit
  435.         Left = 361
  436.         Top = 160
  437.         Width = 163
  438.         Height = 21
  439.         TabOrder = 7
  440.         Text = 'fmE_Fax'
  441.       end
  442.       object fmE_Telephone2: TEdit
  443.         Left = 361
  444.         Top = 118
  445.         Width = 163
  446.         Height = 21
  447.         TabOrder = 6
  448.         Text = 'fmE_Telephone2'
  449.       end
  450.       object fmE_Telephone1: TEdit
  451.         Left = 361
  452.         Top = 75
  453.         Width = 163
  454.         Height = 21
  455.         TabOrder = 5
  456.         Text = 'fmE_Telephone1'
  457.       end
  458.     end
  459.     object tsOffice: TTabSheet
  460.       Caption = 'Office '
  461.       object ImgOffice: TImage
  462.         Left = 16
  463.         Top = 12
  464.         Width = 41
  465.         Height = 41
  466.         Transparent = True
  467.       end
  468.       object Label4: TLabel
  469.         Left = 80
  470.         Top = 24
  471.         Width = 197
  472.         Height = 13
  473.         Caption = 'Input the person'#39's Office Information here.'
  474.       end
  475.       object Bevel4: TBevel
  476.         Left = 12
  477.         Top = 60
  478.         Width = 521
  479.         Height = 2
  480.       end
  481.       object Label13: TLabel
  482.         Left = 16
  483.         Top = 274
  484.         Width = 56
  485.         Height = 13
  486.         Caption = '&HomePage:'
  487.         FocusControl = ofE_HomePage
  488.       end
  489.       object lblAddress: TLabel
  490.         Left = 16
  491.         Top = 239
  492.         Width = 38
  493.         Height = 13
  494.         Caption = '&Address'
  495.         FocusControl = ofE_Address
  496.       end
  497.       object btnOffice: TSpeedButton
  498.         Tag = 1
  499.         Left = 502
  500.         Top = 274
  501.         Width = 21
  502.         Height = 21
  503.         Hint = 'Go to this page.'
  504.         Flat = True
  505.         Layout = blGlyphRight
  506.         OnClick = btnOfficeClick
  507.       end
  508.       object Label9: TLabel
  509.         Left = 16
  510.         Top = 109
  511.         Width = 39
  512.         Height = 13
  513.         Caption = 'C&ountry:'
  514.         FocusControl = ofE_Country
  515.       end
  516.       object Label10: TLabel
  517.         Left = 16
  518.         Top = 141
  519.         Width = 45
  520.         Height = 13
  521.         Caption = 'P&rovince:'
  522.         FocusControl = ofE_Province
  523.       end
  524.       object Label11: TLabel
  525.         Left = 16
  526.         Top = 174
  527.         Width = 20
  528.         Height = 13
  529.         Caption = 'C&ity:'
  530.         FocusControl = ofE_City
  531.       end
  532.       object Label12: TLabel
  533.         Left = 16
  534.         Top = 206
  535.         Width = 49
  536.         Height = 13
  537.         Caption = 'Po&stCode:'
  538.         FocusControl = ofE_PostCode
  539.       end
  540.       object Label14: TLabel
  541.         Left = 289
  542.         Top = 141
  543.         Width = 60
  544.         Height = 13
  545.         Caption = '&Telephone1:'
  546.         FocusControl = ofE_Telephone1
  547.       end
  548.       object Label16: TLabel
  549.         Left = 289
  550.         Top = 206
  551.         Width = 20
  552.         Height = 13
  553.         Caption = '&Fax:'
  554.         FocusControl = ofE_Fax
  555.       end
  556.       object lblTelephone: TLabel
  557.         Left = 289
  558.         Top = 174
  559.         Width = 60
  560.         Height = 13
  561.         Caption = 'T&elephone2:'
  562.         FocusControl = ofE_Telephone2
  563.       end
  564.       object lblPosition: TLabel
  565.         Left = 289
  566.         Top = 76
  567.         Width = 40
  568.         Height = 13
  569.         Caption = 'Positio&n:'
  570.         FocusControl = ofE_Position
  571.       end
  572.       object lblDepartment: TLabel
  573.         Left = 289
  574.         Top = 109
  575.         Width = 58
  576.         Height = 13
  577.         Caption = '&Department:'
  578.         FocusControl = ofE_Department
  579.       end
  580.       object Label17: TLabel
  581.         Left = 16
  582.         Top = 76
  583.         Width = 47
  584.         Height = 13
  585.         Caption = '&Company:'
  586.         FocusControl = ofE_Company
  587.       end
  588.       object ofE_Country: TEdit
  589.         Left = 92
  590.         Top = 108
  591.         Width = 163
  592.         Height = 21
  593.         TabOrder = 1
  594.         Text = 'ofE_Country'
  595.       end
  596.       object ofE_HomePage: TEdit
  597.         Left = 92
  598.         Top = 274
  599.         Width = 406
  600.         Height = 21
  601.         TabOrder = 6
  602.         Text = 'http://'
  603.       end
  604.       object ofE_Province: TEdit
  605.         Left = 92
  606.         Top = 141
  607.         Width = 163
  608.         Height = 21
  609.         TabOrder = 2
  610.         Text = 'ofE_Province'
  611.       end
  612.       object ofE_City: TEdit
  613.         Left = 92
  614.         Top = 173
  615.         Width = 163
  616.         Height = 21
  617.         TabOrder = 3
  618.         Text = 'ofE_City'
  619.       end
  620.       object ofE_PostCode: TEdit
  621.         Left = 92
  622.         Top = 206
  623.         Width = 163
  624.         Height = 21
  625.         TabOrder = 4
  626.         Text = 'ofE_PostCode'
  627.       end
  628.       object ofE_Fax: TEdit
  629.         Left = 358
  630.         Top = 206
  631.         Width = 163
  632.         Height = 21
  633.         TabOrder = 11
  634.         Text = 'ofE_Fax'
  635.       end
  636.       object ofE_Telephone1: TEdit
  637.         Left = 358
  638.         Top = 141
  639.         Width = 163
  640.         Height = 21
  641.         TabOrder = 9
  642.         Text = 'ofE_Telephone1'
  643.       end
  644.       object ofE_Telephone2: TEdit
  645.         Left = 358
  646.         Top = 173
  647.         Width = 163
  648.         Height = 21
  649.         TabOrder = 10
  650.         Text = 'ofE_Telephone2'
  651.       end
  652.       object ofE_Position: TEdit
  653.         Left = 358
  654.         Top = 75
  655.         Width = 163
  656.         Height = 21
  657.         TabOrder = 7
  658.         Text = 'ofE_Position'
  659.       end
  660.       object ofE_Department: TEdit
  661.         Left = 358
  662.         Top = 108
  663.         Width = 163
  664.         Height = 21
  665.         TabOrder = 8
  666.         Text = 'ofE_Department'
  667.       end
  668.       object ofE_Address: TEdit
  669.         Left = 92
  670.         Top = 239
  671.         Width = 429
  672.         Height = 21
  673.         TabOrder = 5
  674.         Text = 'ofE_Address'
  675.       end
  676.       object ofE_Company: TEdit
  677.         Left = 92
  678.         Top = 75
  679.         Width = 163
  680.         Height = 21
  681.         TabOrder = 0
  682.         Text = 'ofE_Company'
  683.       end
  684.     end
  685.     object tsInfo: TTabSheet
  686.       Caption = 'Information'
  687.       object ImgInfo: TImage
  688.         Left = 16
  689.         Top = 12
  690.         Width = 41
  691.         Height = 41
  692.         Transparent = True
  693.       end
  694.       object Label5: TLabel
  695.         Left = 80
  696.         Top = 24
  697.         Width = 134
  698.         Height = 13
  699.         Caption = 'Input Other information here.'
  700.       end
  701.       object Bevel5: TBevel
  702.         Left = 12
  703.         Top = 60
  704.         Width = 521
  705.         Height = 2
  706.       end
  707.       object lblMemo: TLabel
  708.         Left = 20
  709.         Top = 72
  710.         Width = 32
  711.         Height = 13
  712.         Caption = '&Memo:'
  713.         FocusControl = InM_info
  714.       end
  715.       object InM_info: TMemo
  716.         Left = 22
  717.         Top = 96
  718.         Width = 508
  719.         Height = 202
  720.         ScrollBars = ssVertical
  721.         TabOrder = 0
  722.       end
  723.     end
  724.     object tsKey: TTabSheet
  725.       Caption = 'Public Key'
  726.       TabVisible = False
  727.       object Image1: TImage
  728.         Left = 16
  729.         Top = 12
  730.         Width = 41
  731.         Height = 41
  732.       end
  733.       object Label8: TLabel
  734.         Left = 80
  735.         Top = 24
  736.         Width = 164
  737.         Height = 13
  738.         Caption = 'Input the person'#39's Public Key here.'
  739.       end
  740.       object Bevel6: TBevel
  741.         Left = 12
  742.         Top = 60
  743.         Width = 521
  744.         Height = 2
  745.       end
  746.       object Label15: TLabel
  747.         Left = 20
  748.         Top = 72
  749.         Width = 53
  750.         Height = 13
  751.         Caption = 'Public &Key:'
  752.         FocusControl = InM_info
  753.       end
  754.       object Memo1: TMemo
  755.         Left = 22
  756.         Top = 96
  757.         Width = 508
  758.         Height = 202
  759.         ScrollBars = ssVertical
  760.         TabOrder = 0
  761.       end
  762.     end
  763.   end
  764.   object btnOK: TButton
  765.     Left = 413
  766.     Top = 360
  767.     Width = 75
  768.     Height = 25
  769.     Caption = 'OK'
  770.     Default = True
  771.     ModalResult = 1
  772.     TabOrder = 1
  773.     OnClick = BtnOkClick
  774.   end
  775.   object btnCancel: TButton
  776.     Left = 496
  777.     Top = 360
  778.     Width = 75
  779.     Height = 25
  780.     Cancel = True
  781.     Caption = 'Cancel'
  782.     ModalResult = 2
  783.     TabOrder = 2
  784.   end
  785.   object Language: TLanguage
  786.     LangCenter = DM_Language.LangCenter
  787.     ResStrings.Strings = (
  788.       '0010=Email Address'
  789.       '0011=Please input a valid Email address:'
  790.       
  791.         '0012=The Email address you input is not a valid Email. Are you s' +
  792.         'ure that you want to add it?'
  793.       
  794.         '0013=The Email address you input is not a valid Email. Are you s' +
  795.         'ure that you want to modify it?'
  796.       
  797.         '0014=Name cannot be blank! Please fill it before you save the ad' +
  798.         'dress.'
  799.       '0015=The last email address cannot be removed!')
  800.     Left = 444
  801.     Top = 88
  802.   end
  803.   object IL_AddressInfo: TImageList
  804.     Height = 32
  805.     Width = 32
  806.     Left = 312
  807.   end
  808. end
  809.